home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / fansi113.arc / MGC203.PCH < prev    next >
Encoding:
Text File  |  1985-08-29  |  1.4 KB  |  68 lines

  1. A
  2. ;    This is file MGC203.PCH
  3. ;
  4. ;The following command should be applied to Paradise
  5. ;Modular Graphics program MGC.COM 2.03 when used with
  6. ;FANSI-CONSOLE. 
  7. ;Our thanks to Bob Newton for this set of patches.
  8. ;Note that the patched routines may not be in exactly
  9. ;the same place in your version of MGC if not 2.03.
  10. ;Do not have DOSEDIT or the IBM COMMAND RETRIEVER
  11. ;loaded when applying these patches, or DEBUG
  12. ;will complain about EVERYTHING.
  13. ;You may only want to use part of these patches.
  14. ;----------------------------------------------
  15. ;    debug mgc.com <mgc203.pch
  16. ;----------------------------------------------
  17. ;The following routine will appear at ABOUT the same
  18. ;place in your version, check the address and
  19. ;change the patch address if it is different in your version.
  20. ;Eliminate reset message and always do "hard" reset.
  21.  
  22. a8b4
  23. db eb
  24.  
  25. a8d6
  26. db eb
  27.  
  28. A
  29. ;The following routine will appear at ABOUT the same
  30. ;place in your version, check the address and
  31. ;change the patch address if it is different in your version.
  32. ;Eliminate Alt-Ctrl-Ins and Alt-Ctrl-Del routines
  33. ;except for programming controller.
  34.  
  35. ae65
  36. cmp al,53
  37. jnz e88
  38. push dx
  39. xor ax,ax
  40. int 10
  41. mov dx,3de
  42. xor al,al
  43. out dx,al
  44. mov dl,d4
  45. out dx,al
  46. inc dx
  47. out dx,al
  48. pop dx
  49. jmp e88
  50. nop
  51. nop
  52. nop
  53. nop
  54. nop
  55. nop
  56. nop
  57. nop
  58. nop
  59. nop
  60. nop
  61. nop
  62.  
  63. A
  64. ;Write it all out and quit
  65.  
  66. w
  67. q
  68.